DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / TitleForFooter Method

In This Topic
    TitleForFooter Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function TitleForFooter( _
       ByVal tableView As UIKit.UITableView, _
       ByVal section As IntPtr _
    ) As String
    public virtual string TitleForFooter( 
       UIKit.UITableView tableView,
       IntPtr section
    )

    Parameters

    tableView
    section
    See Also